<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face{font-family:GOTHICBI;src:url(../fonts/GOTHICBI.eot);src:url(../fonts/GOTHICBI.eot?#iefix) format('embedded-opentype'),url(../fonts/GOTHICBI.woff2) format('woff2'),url(../fonts/GOTHICBI.woff) format('woff'),url(../fonts/GOTHICBI.ttf) format('truetype'),url(../fonts/GOTHICBI.svg#novecentowide-bold-webfont) format('svg')}

@font-face{font-family:HelveticaNeueLTPro;src:url(../fonts/HelveticaNeueLTPro.eot);src:url(../fonts/HelveticaNeueLTPro.eot?#iefix) format('embedded-opentype'),url(../fonts/HelveticaNeueLTPro.woff2) format('woff2'),url(../fonts/HelveticaNeueLTPro.woff) format('woff'),url(../fonts/HelveticaNeueLTPro.ttf) format('truetype'),url(../fonts/HelveticaNeueLTPro.svg#novecentowide-bold-webfont) format('svg')}

html {
	width: 100%;
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	width:100%;
	margin: 0 auto;
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 0;
	color: #525252;
	line-height: 200%;
	overflow-x:hidden
}
img {
	border: none;
}
dl,dt,dd {
	display: block;
	margin: 0;
}
p,ul,li,form,h1,h2,h3,h4,h5,h6,dl,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #525252;
	text-decoration: none !important;
	cursor: pointer;
	background: transparent;
	/*修正win8系统IE连接灰色背景*/
	outline: none;
	blr: expression(this.onFocus=this.blur());
}
a img {
	border: none;
}
a:hover {
	color: #d80c18;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}
.fl {float: left;}
.fr {float: right;}
.tc {text-align: center;}
*{ box-sizing:border-box;}
textarea { font-family:微软雅黑}
.cf:after{content:""; display:block; height:0; clear:both;}
.phone-div { display:none}
.map-pc-div { display:block}
.map-phone-div { display:none}

.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/*menu*/
.top {
	position: relative; width: 100%; overflow: hidden;
}
.top_1 {

	position: fixed;
	top: -80px;
	left: 0;
	width: 100%; 
	z-index: 999999999999;
	line-height: 80px;
	height: 80px;background:url(../images/pic02.png) repeat center center; 
	 -webkit-transition: 0.65s;
	 -moz-transition: 0.65s;
	 -ms-transition: 0.65s;
	 -o-transition: 0.65s;
	 transition: 0.65s;
}
.top_wrap{width: 1200px;margin: 0 auto;}
.top_1 .top_2a { width: 70%;/* background:url(../images/pic01.png) no-repeat right center;*/}
.top_2a_1 ul li {
	float: left;
	padding: 0 25px; line-height: 80px;
	position: relative;
}
.top_2a_1 ul li:hover&gt;a{color: #17c4ce;}
.top_2a_1 ul li&gt;a {
	color: #fff;
	font-size: 16px;
	display: block;
	height: 100%;
	width: 100%;
	position: relative;-webkit-transition: 0.6s;
	 -moz-transition: 0.6s;
	 -ms-transition: 0.6s;
	 -o-transition: 0.6s;
	 transition: 0.6s
}
#whdppx&gt;a{color: #17c4ce;}
.top_1a img {
	display: block; width: 127px; height: auto; margin-top: 28px;
}
.hide {
    position: absolute;
    top: 80px;
    left: -15px;
    background: rgba(0, 0, 0, 0.6);
    width: 130%;
    text-align: center;
    z-index: 66666;
    transform: translate(0, 20px);
    opacity: 0;
    visibility: hidden;
    transition: All 0.3s;
    -moz-transition: All 0.3s;
    -webkit-transition: All 0.3s;
    -o-transition: All 0.3s;
}
.hide dl dd a {
    color: #ffffff;
    font-size: 14px;
    display: block;
}
.hide dl dd {
    line-height: 40px;
}
.hide dl dd a:hover {
    background: rgba(221, 221, 221, 0.3);
}
.hide dl {
    padding: 5px 0;
}
.top_2a_1 ul li:hover .hide {
    z-index: 2;
    transform: translate(0, 0px);
    opacity: 1;
    visibility: visible;
    transition: All 0.3s;
    -moz-transition: All 0.3s;
    -webkit-transition: All 0.3s;
    -o-transition: All 0.3s;
}
.fixed-header {
	top:0
}

#menunow { color:#299de9;}

/*移动端menu*/
#header{position: fixed;top: 0;left: 0;width: 100%;z-index: 99999;overflow: hidden; background:#00161b;}
#header,.header{font-size: 16px;font-weight: bold;color: #fff;line-height: 48px;height: 48px;}
#header a.navBox,.header a.navBox{background: center center no-repeat transparent;
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
}
.home .banner .swiper-pagination-bullet-active { background:#ff0000;}
.logo img{width: auto; height:22px; display:block; margin:0 auto; margin-top: 13px;}
.burgers_box{ width:100%;height:100%}
.icon {height: 3px;width: 24px;top: 23px;background-color: #787878;border-radius: 20px;position: absolute;transition-duration: 0.5s;}
.icon:before {left: 0;position: absolute;top: -8px;height: 3px;width: 24px;background-color: #787878;content: "";border-radius: 20px;transition-duration: 0.5s;}
.icon:after {left: 0;position: absolute;top: 8px;height: 3px;width: 24px;background-color: #787878;content: "";border-radius: 20px;transition-duration: 0.5s;}
.menu {width: 48px;height: 48px;position: relative;transition-duration: 1s;display: block;cursor: pointer;z-index:99; float:right; padding-left:14px;}
.burger_lin .icon {transition-duration: 0.5s;transition-delay: 0.5s;}
.burger_lin .icon:after {transition: transform 0.5s, top 0.5s 0.5s;}
.burger_lin .icon:before {transition: transform 0.5s, top 0.5s 0.5s;}
.burger_lin.open .icon {transition-duration: 0.1s;transition-delay: 0.5s;background: transparent;}
.burger_lin.open .icon:before {transition: top 0.5s, transform 0.5s 0.5s;top: 0px;transform: rotateZ(-45deg);}
.burger_lin.open .icon:after {transition: top 0.4s, transform 0.5s 0.5s;top: 0px;transform: rotateZ(45deg);}
.burger_lin.cloase { display:none}
.menu_ex{position: fixed;z-index: -10;}
.iop{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 1!important; }
.nav_hide{background:#00161b;position: fixed;top: 52px;left: 0;width: 100%;height: 100%;z-index: 999999;padding-top: 20px;display: none;border-top:1px solid #ddd;}
.nav_hide ul li&gt;a {
    -webkit-user-select: none;
	color:#fff;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #797575;
    margin: 0 25px;
    position: relative;
    display: block;background: url(../images/ico-arr-right2.png) no-repeat center right;
}
.nv_hide {margin: 0 25px;padding: 9px 0;border-bottom: 1px solid #797575;display: none;}
.nv_hide dd a{height: 35px;line-height: 35px;border-left: 1px solid #797575;display: block;position: relative;padding: 0 30px;color:#666666;}
.sec-line {
    position: absolute;
    height: 0;
    width: 20px;
    border-bottom: 1px solid #d7d7d7;
    left: 0;
    top: 18px;
}
.tt_hide&gt;a{background: url(../images/ico-arr-right2.png) no-repeat center right;}



/*banner*/
.home { background:#02182a}
.home .mBanner{ clear:both; height: 100vh; overflow: hidden; position: relative}
.home .mBanner img { display:block; width: 100%; height: auto;}
.wzz { width:80%; height: 190px; position: absolute; left: 10%; top: 50%; margin-top: -95px; z-index: 2; color: #fff; text-align: center; }
.home .spbg { width:100%; height: 100%;background: url(../images/spbg.png) repeat center center;position: absolute; left: 0; top: 0; z-index: 1;}
.wzz .p1 { font-size: 70px; line-height: 90px; letter-spacing: 2px;font-weight: bold; margin-bottom: 32px;}
.wzz .p2 { font-size: 50px; line-height: 60px;}
.m5_2{position: absolute;top: 0;left: 0;width: 100%;background: rgba(0,0,0,0.3);height: 100vh;text-align: center;}
.m5_2 div{position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);}
.m5_2 p{color: #fff;font-size: 18px;margin-top: 5px;}
.m5_2 div a { display:block; width: 100%; height: 100%; display: flex; align-items: center; color: #fff; }
.m5_2 div img {
    cursor: pointer;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	 opacity: 0;
}
.m5_2:hover div img{opacity: 1;}
.m5_2 div:hover img {
    transform: rotate(360deg) scale(1.06, 1.06);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}


.home .mBanner .swiper-container { position: static}
.home .mBanner video{width: 100%;display: block;object-fit:fill; height: 100%;}
.home .mBanner2 img { display:block; width: 100%; height: auto;}
#demo-canvas{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
.home .mBanner2 .wzz { height:80px; margin-top: -40px;}
.home .mBanner2 .wzz .p3 { font-size: 24px; line-height: 40px;}
.home .mBanner2 .wzz .p4 { font-size: 17px; line-height: 30px;}



.home .row1 { clear:both; padding-top: 6%; width: 100%;}
.home .row1 .list{ height: 560px; width: 81%; margin: 0 auto; }

.home .row1 .list .li { width:22%; height: 100%; margin: 0 1.5%; float: left; background: #09283e; padding:2.8% 2.2% 1% 2.2%; border-radius: 20px; cursor: pointer;border:2px solid #09283e;-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;}
.home .row1 .list .li .d1 { font-size: 26px; color: #979797; letter-spacing: 2px; margin-bottom: 6px;-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;}
.home .row1 .list .li .d2 { font-size: 20px; height: 55px; line-height: 26px; color: #3c4d5c;text-transform:uppercase; font-weight: bold;-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;}
.home .row1 .list .li .d3 { font-size: 16px; color: #3b4f5f; line-height: 32px; height: 165px; overflow: hidden;-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;}
.home .row1 .list .li .d4 img { display:block; width: 100%; height: auto; margin: 0 auto; opacity: .5;-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;}
.home .row1 .list .li:hover { border:2px solid #39f3ff;box-shadow:0px 0 22px #29a6b0;}
.home .row1 .list .li:hover .d1 { color: #39f3ff;}
.home .row1 .list .li:hover .d2 { color: #626d78;}
.home .row1 .list .li:hover .d3 { color: #39f3ff;}
.home .row1 .list .li:hover .d4 img{opacity:1;}
.row1 .line { clear:both; width: 70%; margin: 0 auto; background: #67737f; height: 1px; margin-top: 6%; position: relative;}
.row1 .line span { width: 25%; display: block; background: #fff; height: 2px; position: absolute; left: 0; top: 0; z-index: 1;-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;}


.home .row2 { clear:both;width: 100%; margin: 0 auto;}
.home .row2 .box {width: 76%; margin: 0 auto; background: #021222; border-left: 1px solid #135d6d; border-right: 1px solid #135d6d; border-bottom: 1px solid #135d6d;font-size:18px; border-radius: 0 0 20px 20px; padding: 4% 7% 5% 7%; line-height: 46px; color: #fff}
.home .row2 .list1 { color: #fff; width: 100%; padding: 0 0 8% 0; }
.home .row2 .list1 .d1{ margin-bottom: 3%;}
.home .row2 .list1 .d2{ color: #39f3ff;}
.home .row2 .list1 .d3{}
.home .row2 .list2 { clear:both; width: 100%; height: 200px;}
.home .row2 .list2 .li {background: #08263b; height: 100%; float: left; text-align: center; font-size: 24px; padding:3% 0 2% 0; cursor: pointer; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.home .row2 .list2 .li1 { width: 32%;}
.home .row2 .list2 .li2 { width: 36%;}
.home .row2 .list2 .li .p1 { color: #209da5; margin-bottom: 2%; letter-spacing: 2px; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.home .row2 .list2 .li .p2 { color: #8a9198; letter-spacing: 2px; font-size: 18px; line-height: 32px; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.home .row2 .list2 .li:hover {background: #0e4063;}
.home .row2 .list2 .li:hover .p1 { color: #39f3ff;}
.home .row2 .list2 .li:hover .p2 { color: #fefefe;}

.home .title { clear:both; width: 1200px; margin: 0 auto;margin-bottom: 4%;}
.home .title .p1 { font-size: 54px; color: #17c4ce; line-height: 180%}
.home .title .p1 span { color:#fff;}
.home .title .p2 { color: #17c4ce; font-size: 18px; line-height: 24px;}
.home .title .p2 span {display:block}




.row3 { clear:both; padding-top: 6%; background:url(../images/pic16.jpg) no-repeat center center; background-size: cover}
.home .row3 .title{ margin-bottom: 0}
.row3 .map { width: 100%; margin: 0 auto; overflow: hidden; margin-bottom: 4%;}
.row3 .map .pic { display:block; width: 100%; height: auto;}
.row3 .numBox { clear:both;}
.row3 .numBox .li { width:25%; float: left; text-align: center;background:url(../images/pic15.png) no-repeat right center;}
.row3 .numBox .li:last-child {background:none}
.row3 .numBox .li .p1 { font-size: 38px; color: #39f3ff; font-weight: bold; height: 50px; line-height: 50px; margin-bottom: 5px;}
.row3 .numBox .li .p2 { font-size: 16px; color: #fff; letter-spacing: 2px;}


/*发展历程*/
.row4 { clear:both; padding-top: 6%;}
.bolang { clear: both;width:100%; position: relative; left: 0;height: 630px;background:url(../images/wave-new-1.png) no-repeat center 170px;}

.row4 .list { width:89%; margin-left: 8%; color: #fff; z-index: 9; position: absolute; left: 0; top: 0; z-index: 99;}
.row4 .list .swiper-slide { height: 193px; background:url(../images/pic14.png) no-repeat left top; padding-left: 10px;}
.row4 .list .swiper-slide:nth-of-type(even) { margin-top: 70px;}
.top2 .documentary-list .d1 { width: 100px; font-size:24px; line-height: 40px; margin-bottom: 15px; padding-left: 13px; border-bottom: 1px solid #717a83;}
.top2 .documentary-list .d2 { font-size:13px; padding-left: 13px; height: 102px; overflow-y: auto; line-height: 25px; padding-right: 10px;}
/*滚动条整体宽度*/
.top2 .documentary-list .d2::-webkit-scrollbar{
	display: none;
    width: 3px; /*宽对应滚动条的尺寸*/
}
/*轨道*/
.top2 .documentary-list .d2::-webkit-scrollbar-track{
	display: none;
    background: #eae9e9;
}
/*滑块*/
.top2 .documentary-list .d2::-webkit-scrollbar-thumb{
	display: none;
    border-radius: 5px;background: #17c4ce;
}

/*滚动*/

/*.top2 { position: relative; height: 500px; }*/
.top2 .documentary { color: #fff; height: 100% }
.top2 .documentary-list { width: 105%; height: 320px; position: absolute; top: 7%; left: 0; z-index: 2; }
.top2 .documentary-list ul { width: 4540px; height: 100%; }
.top2 .documentary-list ul li { width: 300px; height: 100%; float: left; margin-right: 150px; background:url(../images/pic14.png) no-repeat left top; padding-left: 10px;}
.top2 .documentary-list ul li:nth-of-type(odd).seat-0 {margin-top: 70px; }
.top2 .l-r-move-btn a { position: absolute; bottom: 120px; display: block; width: 20%; height: 100%; z-index: 11; opacity: .4; filter: alpha(opacity=40); }
.top2 .l-r-move-btn a.left-btn { left: 0; background: url(../images/salcbg1.png) no-repeat left center; background-size:100%;}
.top2 .l-r-move-btn a.right-btn { right: 0; background: url(../images/salcbg2.png) no-repeat right center; background-size:100%; }


.main8 { height:428px; width: 100%; position: absolute; left: 0;bottom: 0; z-index: 1;}
.main8 .d{ width: 100%; height: 100%; animation: move-forever 12s linear infinite;transform-origin: 50% 50%; position:absolute; left: 0; top: 0; z-index: 1}
.main8 .d1 {background:url(../images/lin01.png) repeat-x bottom center; z-index: 1;-webkit-animation: animate-cloud 220s linear infinite;

-moz-animation: animate-cloud 220s linear infinite;

-ms-animation: animate-cloud 220s linear infinite;

-o-animation: animate-cloud 220s linear infinite;

animation: animate-cloud 220s linear infinite; }
.main8 .d2 {background:url(../images/lin02.png) repeat-x bottom center; z-index: 2;-webkit-animation: animate-cloud 270s linear infinite;

-moz-animation: animate-cloud 270s linear infinite;

-ms-animation: animate-cloud 270s linear infinite;

-o-animation: animate-cloud 270s linear infinite;

animation: animate-cloud 270s linear infinite; }
.main8 .d3 {background:url(../images/lin03.png) repeat-x bottom center; z-index: 3;-webkit-animation: animate-cloud 480s linear infinite;

-moz-animation: animate-cloud 480s linear infinite;

-ms-animation: animate-cloud 480s linear infinite;

-o-animation: animate-cloud 480s linear infinite;

animation: animate-cloud 480s linear infinite; }


@-webkit-keyframes animate-cloud {

	from {

	background-position: 9999px 100%;

	}

	to {

	background-position: 0 100%;

	}

}

@-moz-keyframes animate-cloud {

	from {undefined

	background-position: 9999px 100%;

	}

	to {undefined

	background-position: 0 100%;

	}

}

@-ms-keyframes animate-cloud {

	from {undefined

	background-position: 9999px 100%;

	}

	to {undefined

	background-position: 0 100%;

	}

}

@-o-keyframes animate-cloud {

	from {undefined

	background-position: 9999px 100%;

	}

	to {undefined

	background-position: 0 100%;

	}

}

/*
.home .main8 {background:none; width: 100%; height: 300px; position: absolute; left: 0; bottom:0; }
.editorial {
    display: block;
    width: 100%;
    height: 300px;
    margin: 0;
}
.parallax &gt; use {
    animation: move-forever 12s linear infinite;
    transform-origin: 50% 50%;
}
.parallax &gt; use:nth-child(1) {
    animation-delay: -2s;
}
.parallax &gt; use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
}
.parallax &gt; use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}
@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}*/


.row5 { clear:both; padding-top: 1%;}
.row5 .swiper-button-prev { width: 30%; height: 100%; left: 0;top:0;background:none; }
.row5 .swiper-button-next { width: 30%; height: 100%; right: 0;top:0;background:none; }
.row5 .list { height:430px;background: url(../images/pic11.png) repeat-x center 300px;}
.row5 .pic {width: 100%;}
.row5 .swiper-slide{
      text-align: center;
      font-size: 20px; color: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
		flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  
    }
.row5 .swiper-slide .pic{transform: scale(0.8);transition: 300ms;pic}
/*.row5 .swiper-slide .pic:after { content:''; display: block; width: 100%; height: 100%;background: url(../images/pic12.png) repeat center center; position: absolute; left: 0; top: 0; z-index: 1;}*/
.row5 .swiper-slide p { display:none}
.row5 .swiper-slide-active .pic,.ny_zr_1 .swiper-slide-duplicate-active .pic{
      transform: scale(1)!important;
		transition: 300ms;
		transition: 300ms;
	}
.row5 .swiper-slide-active .pic img { opacity: 1;}
.row5 img{/*transform: scale(0.7)!important;*/transition: 300ms;transition: 300ms; height: 245px; display: block; width: 100%; opacity: .5}
.row5 .list p { width: 200px; margin: 0 auto;margin-top:55px; padding-top:35px; position: relative;}
.row5 .swiper-slide-active p { border-top:2px solid #fff; display: block;}
.row5 .swiper-slide-active .pic:after {background:none}





.row6 { clear:both; padding-bottom: 4%; padding-top: 5%;}
.row6 .list { width: 1230px; height: 370px; margin: 0 auto;}
.row6 .listbo {height: 100%;}
.row6 .list .li { width:22.4%; height: 340px; float: left; margin: 0 1.3%; margin-top: 30px; position: relative; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.row6 .list .li:after { content:''; display: block; width: 100%; height: 98%; background: #14a8b1; position: absolute; left: -5px; bottom: -5px; z-index:1; border-radius:0 0 0 10px; opacity: 0; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.row6 .list .li a { display:block; width: 100%; height: 100%;overflow: hidden; border-radius:0 12px 0 12px; position: absolute; left: 0; top: 0; z-index: 2; background: #fff;}
.row6 .list .li .pic { width: 100%; height: 167px; overflow: hidden;}
.row6 .list .li .pic img { display:block; height: 100%; width: 100%;}
.row6 .list .li .txt { width:100%; padding: 12px 15px; background: #fff;}
.row6 .list .li .txt .p1 { font-size: 17px; height: 26px; color: #17c4ce;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; margin-bottom: 10px; -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s; }
.row6 .list .li .txt .p1_2 { width: 100%; font-size: 14px; opacity: 0; height: 0; color: #17c4ce; font-weight: bold;line-height: 20px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;}
.row6 .list .li .txt .p2 { width: 100%; font-size:12px; line-height: 20px; color: #878787;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.row6 .list .li .txt .p3 { width: 100%; height: 40px;background: url(../images/pic08.png) no-repeat left center; margin-top: 30px; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.row6 .list .li:hover .txt .p3 {background: url(../images/pic08-on.png) no-repeat left center; margin-top: 6px;}
.row6 .list .li:hover { margin-top:0;}
.row6 .list .li:hover:after { opacity: 1}
.row6 .list .li:hover .txt .p1 { height:0;}
.row6 .list .li:hover .txt .p1_2 { opacity: 1; height: 40px;margin-bottom: 10px;}



.footer { clear:both;background:none; width: 89%; margin: 0 auto; padding: 2.5% 0; text-align: center; font-size: 20px; color: #9b9b9b; line-height: 34px; border-top: 1px solid #6a717a;}
.footer a {color: #9b9b9b; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.footer .d1 { margin-bottom: 5px;}
.footer .d1 p img { display:inline-block; width:117px; height:auto; position: absolute; left: 0; top: -127px; z-index: 9; opacity: 0;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.footer .d1 .a1 { position:relative; display: inline-block; cursor: pointer;}
.footer .d1 .a2 { position:relative; display: inline-block; cursor: pointer;}
.footer .d1 .a1:hover img { opacity: 1}
.footer .d1 .a2:hover img { opacity: 1}
.footer .d2 { font-size:16px;}
.footer a:hover { color:#17c4ce}


.footer2 { clear:both; width: 90%; margin: 0 auto; padding: 3% 0;}
.footer2 .d1 .li { width: 100%; border: 1px solid #018095; border-radius: 12px; margin-bottom: 15px;}
.footer2 .d1 .li a { display:block;display: flex; align-items: center; justify-content: space-between; padding: 5% 10% 5% 15%}
.footer2 .d1 .li .liL { width: 32%;}
.footer2 .d1 .li .liL img { display:block; width: 50%; height: auto;}
.footer2 .d1 .li .liR { width: 68%;}
.footer2 .d1 .li .liR .p1 { font-size: 16px; color: #fff;}
.footer2 .d1 .li .liR .p2 { font-size: 12px; color: #17c4ce;}
.footer2 .d1 .a1 { text-align:center; color: #fff; margin-bottom: 20px;}
.footer2 .d1 .a1 img { display:block; width: 100px; height: auto; margin: 0 auto; margin-bottom: 2px;}
.footer2 .d1 .a1m {margin-top:35px}
.footer2 .d2 { clear:both; text-align: center; color: #9b9b9b; font-size: 12px; line-height: 20px; padding-top: 25px;}
.footer2 .d2 a { color:#9b9b9b;}


































</pre></body></html>